Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2025

Bumps the ic-dependencies group with 3 updates: candid, ic-stable-structures and ic-wasi-polyfill.

Updates candid from 0.10.19 to 0.10.20

Changelog

Sourced from candid's changelog.

Candid 0.10.20

  • Non-breaking changes:
    • fix: subtyping and coercion rules for optional types
    • fix: coercion of values into nested optional types
    • fix: values of types reserved at any context do not coerce into values of type null
    • fix: missing record fields of type null in the textual format are decoded into a default value

candid_parser 0.2.3 & didc 0.5.3

  • Non-breaking changes:
    • Rust binding: Sets service_name based on top level name config
    • Rust binding: Makes struct field and function names are more intuitive and predictable.
      • Rust binding convert identifiers into cases conforms to Rust naming convention. Since didc v0.5, some identifiers started to be renamed. E.g. struct field amount_e8s was renamed to amount_e_8_s. Now, field name like amount_e8s won't be renamed.
      • Please check to_identifier_case() in https://github.com/dfinity/candid/blob/master/rust/candid_parser/src/bindings/rust/identifier.rs for more details.
      • Note: different identifiers might be converted to the same one, potentially causing naming conflicts. If this happens, you'll need to use the Type Selector Config to specify custom names.

2025-10-02

candid_parser 0.2.2

  • Non-breaking changes:
    • fix: ignore inline comments or separated by newlines

didc 0.5.2

  • Non-breaking changes:
    • fix: ignore inline comments or separated by newlines

2025-09-15

Commits

Updates ic-stable-structures from 0.6.9 to 0.7.2

Release notes

Sourced from ic-stable-structures's releases.

v0.7.2

Summary

  • feat: add first() and last() methods to Log stable structure
  • ci: fixed slackapi integration
  • revert: yanked v0.7.1: manual virtual memory release

What's Changed

Changes from yanked v0.7.1

New Contributors

Full Changelog: dfinity/stable-structures@v0.7.0...v0.7.2

v0.7.0

Highlights

  • Faster BTreeMap: Fewer clones via into_bytes (breaking API), lazy iterator (breaking API), faster traversal, batch read/write
  • Breaking API: Public methods now panic instead of returning Result
  • Benchmarks: Improved coverage (NNS, I/O chunks, principals)
  • Improved CI & Docs: Better logs, custom branches benchmark support, and updated documentation.

Migration Guide

To upgrade to v0.7.0, fix any build errors by applying the following changes:

  • Implement into_bytes for your types to support the updated API
  • Update iteration logic: instead of (key, value) tuples, iterate over entry objects and use entry.key() and entry.value() to lazily access data
  • Remove .unwrap() where methods no longer return Result — these now panic on misuse

What's Changed

... (truncated)

Commits
  • 72b02ab chore(release): v0.7.2 (#403)
  • 2315b5f feat(log): add first() and last() methods (#402)
  • c567ed2 docs: add release guide (#401)
  • 6004abf fix: fix backticks in github PR title like here example (#399)
  • b09140d chore(license): removes modified boilerplate from license file (#395)
  • 7a36ac2 fix: revert adding reclaim_memory to memory manager (#396)
  • 6e397bd fix: use conservative bucket reuse that survives reload (#394)
  • eeb976b chore(release): v0.7.1 (#393)
  • 00468e1 docs: update memory reclamation examples in the docs (#392)
  • b911479 docs: cleanup documentation (#391)
  • Additional commits viewable in compare view

Updates ic-wasi-polyfill from 0.8.2 to 0.11.1

Changelog

Sourced from ic-wasi-polyfill's changelog.

[v0.11.1]

  • WASI call counting it enabled by an explicit feature
  • Update dependencies

[v0.11.0]

  • API change, introduce MountedFileSizePolicy
  • Update dependencies

[v0.10.0]

  • Make static RNG and ENV variables public
  • Add WASI cumulative instruction counter
  • Integrate testing of C hello world
  • Add flame graph estimations for folders
  • Refactor Metadata and DirEntry structures
  • Remove generating a vector on listing directory entries -> faster folder iteration
  • Add testing of upgrading from v0.9.0 to v0.10.0
  • Use with_direntries instead of get_direntries
  • Remove get_direntries

[v0.9.0]

  • Update stable-structures to v0.7.0
  • Update dependecies
  • Introduce ic-test
  • Add durability tests
Commits
  • c7f3bf7 code clean-up
  • 5da8a57 update changelog, bump pocket-ic version
  • 43397e8 add explicit feature to enable wasi call counter
  • f310d0f introduce MountedFileSizePolicy
  • 31eedc0 clean-up
  • 4bf529f use stable-fs v0.10.0
  • 36d01a8 reduce DirEntry copy during folder iterations, adapt to using with_direntries
  • 7012fea clean-up
  • f675111 rename __dummy_calls to __dummy_wasi_calls
  • 96b699a change dummy calls to avoid missing some __ic__custom functions
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 17, 2025
azle-auto-merge-bot[bot]
azle-auto-merge-bot bot previously approved these changes Oct 17, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/ic-dependencies-15eb28c1c1 branch from 838f484 to 2e48ebf Compare October 21, 2025 02:14
@dependabot dependabot bot force-pushed the dependabot/cargo/ic-dependencies-15eb28c1c1 branch from 2e48ebf to 317baf7 Compare October 22, 2025 02:13
@dependabot dependabot bot force-pushed the dependabot/cargo/ic-dependencies-15eb28c1c1 branch from 317baf7 to 7b9f361 Compare October 23, 2025 02:12
@dependabot dependabot bot force-pushed the dependabot/cargo/ic-dependencies-15eb28c1c1 branch from 7b9f361 to 851ee02 Compare October 24, 2025 02:14
@dependabot dependabot bot force-pushed the dependabot/cargo/ic-dependencies-15eb28c1c1 branch from 851ee02 to cecef01 Compare October 28, 2025 02:15
@dependabot dependabot bot force-pushed the dependabot/cargo/ic-dependencies-15eb28c1c1 branch from cecef01 to 9951069 Compare October 28, 2025 02:55
Bumps the ic-dependencies group with 3 updates: [candid](https://github.com/dfinity/candid), [ic-stable-structures](https://github.com/dfinity/stable-structures) and [ic-wasi-polyfill](https://github.com/wasm-forge/ic-wasi-polyfill).


Updates `candid` from 0.10.19 to 0.10.20
- [Release notes](https://github.com/dfinity/candid/releases)
- [Changelog](https://github.com/dfinity/candid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dfinity/candid/commits)

Updates `ic-stable-structures` from 0.6.9 to 0.7.2
- [Release notes](https://github.com/dfinity/stable-structures/releases)
- [Changelog](https://github.com/dfinity/stable-structures/blob/main/RELEASE_GUIDE.md)
- [Commits](dfinity/stable-structures@v0.6.9...v0.7.2)

Updates `ic-wasi-polyfill` from 0.8.2 to 0.11.1
- [Changelog](https://github.com/wasm-forge/ic-wasi-polyfill/blob/main/CHANGELOG.md)
- [Commits](wasm-forge/ic-wasi-polyfill@v0.8.2...v0.11.1)

---
updated-dependencies:
- dependency-name: candid
  dependency-version: 0.10.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ic-dependencies
- dependency-name: ic-stable-structures
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ic-dependencies
- dependency-name: ic-wasi-polyfill
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ic-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/ic-dependencies-15eb28c1c1 branch from 9951069 to 6587bca Compare November 4, 2025 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant